CPU (central processing unit) - traduzione in Inglese
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

CPU (central processing unit) - traduzione in Inglese

ELECTRONIC CIRCUITRY WITHIN A COMPUTER THAT CARRIES OUT THE INSTRUCTIONS OF A COMPUTER PROGRAM BY PERFORMING THE BASIC ARITHMETIC, LOGICAL, CONTROL AND INPUT/OUTPUT (I/O) OPERATIONS SPECIFIED BY THE INSTRUCTIONS AND COORDINATES THE OTHER COMPONENTS
Central Processing Unit; Cpu; CPUs; Processors; Central processing units; Personal computer Central Processing Unit; CPU (computer); Processor core; Master control processor; CPU bandwidth; Main processor; Computer processing chip; Central processor; Central processor unit; Central Processor Unit; Processor units; Central Processing unit; CPU; Logical processor; Instruction decoder; Discrete processor; Performance Counter Monitor; Performance counter monitor; Central-processing unit; VCPU; Virtual CPU
  • Block diagram of a basic uniprocessor-CPU computer. Black lines indicate data flow, whereas red lines indicate control flow; arrows indicate flow directions.
  • Symbolic representation of an ALU and its input and output signals
  • A six-bit word containing the binary encoded representation of decimal value 40. Most modern CPUs employ word sizes that are a power of two, for example 8, 16, 32 or 64 bits.
  • Fujitsu board with SPARC64 VIIIfx processors
  • [[EDVAC]], one of the first stored-program computers
  • Basic five-stage pipeline. In the best case scenario, this pipeline can sustain a completion rate of one instruction per clock cycle.
  • IBM PowerPC 604e processor
  • Inside of a laptop, with the CPU removed from socket
  • Model of a subscalar CPU, in which it takes fifteen clock cycles to complete three instructions
  • core memory]] and [[external bus]] interface of a DEC [[PDP-8]]/I, made of medium-scale integrated circuits
  • A simple superscalar pipeline. By fetching and dispatching two instructions at a time, a maximum of two instructions per clock cycle can be completed.

CPU (Central Processing Unit)      
= CPU (Unidad Central de Procesamiento)
Ex: The processing of data is carried out by a central processing unit (CPU) or microprocessor unit (MPU).
----
* CPU intensive = que consume mucha CPU
* CPU time = tiempo de CPU
CPU         
See: Central Processing Unit
abbreviation
unidad f central de proceso
Central Processing Unit         
expression
unidad f central de proceso

Definizione

CPU
Central Processing Unit. Unidad central de procesamiento. Es el procesador (processor)procesador que contiene los circuitos lógicos que realizan las instrucciones de la computadora.

Wikipedia

Central processing unit

A central processing unit (CPU), also called a central processor or main processor, is the most important processor in a given computer. Its electronic circuitry executes instructions of a computer program, such as arithmetic, logic, controlling, and input/output (I/O) operations. This role contrasts with that of external components, such as main memory and I/O circuitry, and specialized coprocessors such as graphics processing units (GPUs).

The form, design, and implementation of CPUs have changed over time, but their fundamental operation remains almost unchanged. Principal components of a CPU include the arithmetic–logic unit (ALU) that performs arithmetic and logic operations, processor registers that supply operands to the ALU and store the results of ALU operations, and a control unit that orchestrates the fetching (from memory), decoding and execution (of instructions) by directing the coordinated operations of the ALU, registers and other components.

Most modern CPUs are implemented on integrated circuit (IC) microprocessors, with one or more CPUs on a single IC chip. Microprocessor chips with multiple CPUs are multi-core processors. The individual physical CPUs, processor cores, can also be multithreaded to create additional virtual or logical CPUs.

An IC that contains a CPU may also contain memory, peripheral interfaces, and other components of a computer; such integrated devices are variously called microcontrollers or systems on a chip (SoC).

Array processors or vector processors have multiple processors that operate in parallel, with no unit considered central. Virtual CPUs are an abstraction of dynamical aggregated computational resources.